home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / APP / A-D / CodeMaker.sea / Read Me < prev    next >
Text File  |  1993-04-01  |  7KB  |  212 lines

  1.                          C O D E M A K E R   1 . 0
  2.  
  3.              (C)   1 9 9 3   b y   R a y m o n d   M a r a s a 
  4.                   A l l   r i g h t s   r e s e r v e d .
  5.  
  6.  
  7. Welcome!  CodeMaker is a program designed to produce ciphers.
  8.  
  9. Cryptography is the writing and deciphering of secret messages, and is an
  10. important part of every nations history.  Governments and their spies have
  11. always had the need to send sensitive information in perfect secrecy.
  12.  
  13. Now with CodeMaker you can do the same!
  14.  
  15. Sending (encoding) and receiving (decoding) secret messages is fun, and
  16. CodeMaker does all the work!  CodeMaker can even be used to help break a
  17. secret message that someone else may have created.
  18.  
  19. CodeMaker allows anyone to create confidential messages, and to actually see
  20. the code.  Existing programs today simply act as black boxes, encrypting a
  21. file or program with DES.  The user can't print out the message and carry it,
  22. they also can't view it on screen.  CodeMaker contains 10 of the most popular
  23. ciphers throughout history, and can be used as a teaching tool.  The Hex cipher
  24. is one I created to encode/decode the complete range of printable characters.
  25. In that sense, it is different from all the others which historically only
  26. represent upper case and make 5 character blocks.
  27.  
  28. Each saved file contains information on which cipher was used to produce it,
  29. so that it can start up with that information.
  30.  
  31. Just 1 day after completing this program, I saw a PC based book at the store
  32. offering the same idea.  The codes were a smidge less sophisticated, and the
  33. program far less.
  34.  
  35.  
  36. P L U G
  37.  
  38. CodeMaker is shareware.  If you use it, please send $10.00 US to:
  39.  
  40. Raymond Marasa
  41. 6075 Battison street
  42. Vancouver, B.C.
  43. V5S 3M7
  44. Canada
  45.  
  46. CodeMaker may be freely distributed, but this file must accompany it, unaltered.
  47.  
  48.  
  49. C O D E M A K E R   M E N U S
  50.  
  51. APPLE MENU
  52.  
  53.  - About CodeMaker 1.0  Displays the CodeMaker about box giving copyright
  54.                         information.
  55.  
  56. FILE MENU
  57.  
  58.  - Encode               Encodes all text in the CodeMaker window. If no text is
  59.                         present, no encoding will happen.
  60.  
  61.  - Decode               Decodes all text in the CodeMaker window. If no text is
  62.                         present, no decoding will happen.
  63.  
  64.  - Open                 Opens an existing CodeMaker document.
  65.  
  66.  - Save                 Saves an existing CodeMaker document to disk.
  67.  
  68.  - Save As              Saves a new CodeMaker document, or a copy of an existing
  69.                         document to disk.
  70.  
  71.  - Revert               Reverts back to the previously saved version of a file.
  72.  
  73.  - Print                Prints the active CodeMaker document.
  74.  
  75.  - Transfer             Allows you to leave CodeMaker and launch a new
  76.                         application, without first going through the Finder.
  77.  
  78.  - Quit                 Quits the CodeMaker program.  You will be prompted to
  79.                         save any unsaved document before leaving CodeMaker.
  80.  
  81. EDIT MENU
  82.  
  83.  - Undo                 Undo is not supported in version 1.0 of CodeMaker.
  84.  
  85.  - Cut                  Cuts active text selection.
  86.  
  87.  - Copy                 Copies active text selection.
  88.  
  89.  - Paste                Pastes active text selection.
  90.  
  91.  - Clear                Clears active text selection.
  92.  
  93.  - Select All           Selects all text in the program window.
  94.  
  95.  - Clipboard            Displays the contents of the clipboard.  The clipboard
  96.                         also displays the amount of free heap memory.  This
  97.                         number should not fall below 150K.
  98.  
  99. CIPHER MENU
  100.  
  101.  - Caesar               Makes Caesar cipher active.
  102.  
  103.  - Augustus             Makes Augustus cipher active.
  104.  
  105.  - Reverse              Makes Reverse cipher active.
  106.  
  107.  - Auto Encipherment    Makes Auto Encipherment cipher active.
  108.  
  109.  - Keyword              Makes Keyword cipher active.  When encoding or decoding
  110.                         CodeMaker will prompt you for a keyword.
  111.  
  112.  - Rail Fence           Makes Rail Fence cipher active.
  113.  
  114.  - Simple Transposition Makes Simple Transposition cipher active.
  115.  
  116.  - Hex                  Makes Hex cipher active.
  117.  
  118.  - Bacon                Makes Bacon cipher active.
  119.  
  120.  - Nihilist Number      Makes Nihilist Number cipher active.  When encoding or
  121.                         decoding CodeMaker will prompt you for a keyword.
  122.  
  123.  - Vigenere Square      Makes Vigenere Square cipher active.  When encoding or
  124.                         decoding CodeMaker will prompt you for a keyword.
  125.  
  126.  
  127. U S I N G   C O D E M A K E R - A   T U T O R I A L
  128.  
  129. ENCODING TEXT
  130.  
  131. Double click the CodeMaker program icon to bring up a blank text window.
  132.  
  133. Type "My 14 year old paper girl Maureen has 16 inch biceps!" (A true story!!!)
  134. into the window.
  135.  
  136. The CodeMaker editor works on a line by line basis, so you must press the return
  137. key to enter your text into the editor.
  138.  
  139. Select a code to use under the Cipher menu.  CodeMaker defaults to Caesar for a
  140. new document, but select the Hex cipher from the menu for this example.
  141.  
  142. Choose Encode from the File menu or use the command-E shortcut.  CodeMaker will
  143. instantly encipher your text.
  144.  
  145. Choose Save As… from the File menu, and save your encoded text to disk.
  146.  
  147. Quit CodeMaker from the File menu or use the command-Q shortcut.
  148.  
  149. DECODING TEXT
  150.  
  151. Double click on your CodeMaker document icon to bring up the text window with
  152. your encoded text.
  153.  
  154. Look under the File menu.  Notice that the Encode command is not available.
  155. This is because CodeMaker recognizes this file as encoded.  Therefore, it has
  156. highlighted the Decode command for you to use.  Also, look under the Cipher
  157. menu.  CodeMaker has selected the Hex code for you since the file was encoded
  158. with that Cipher.
  159.  
  160. Choose Decode from the File menu or use the command-D shortcut.  CodeMaker will
  161. instantly decipher your text, and you'll learn why I don't complain to Maureen
  162. if my papers late!!!
  163.  
  164. PRINTING
  165.  
  166. You may print either encoded or decoded text at any time.  This gives you the
  167. ability to mail or hand deliver your secret messages.  You can also examine the
  168. print outs to learn how the ciphers are applied.
  169.  
  170.  
  171. C O D E   H I S T O R I E S
  172.  
  173. CodeMakers ciphers come from history.  All except the Hex cipher were used for
  174. famous messages in history.  And all were considered impossible to crack at the
  175. time.  Today, any of these can be solved on the modern microcomputer.  However,
  176. most people could not crack the Keyword, Nihilist Number, or Vigenere Square
  177. ciphers without a detailed background of these ciphers.
  178.  
  179. None of CodeMakers ciphers are foolproof, and you would be wise not to assume
  180. so.  Keep sensitive matter safely locked away.  However, few people will have
  181. the time or the skill to crack CodeMakers ciphers.  To date, no one has done so.
  182.  
  183.  
  184. N O T E S
  185.  
  186. You're looking at CodeMaker 1.0.  CodeMaker 2.0, available only to registered
  187. owners offers many advantages, including:
  188.  
  189.  
  190.     • more ciphers
  191.  
  192.     • search and replace with grep
  193.  
  194.     • configurable editor
  195.  
  196.     • text compression (very advanced, tight compression)
  197.  
  198.     • the ability to make encoded files invisible on the desktop
  199.  
  200.     • updates on Maureen's bodybuilding
  201.  
  202.     • and much more!
  203.  
  204.  
  205. Remember, paying the shareware fee is the only way to ensure upgrades.
  206.  
  207. Thanks!
  208.  
  209.  
  210.  
  211. *** It is impossible to test software on all computers.  You may need to turn
  212.     of 32-bit addressing in the control panel under Sytem 7.